home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00383.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  280 b   |  13 lines

  1. on exitFrame
  2.   global monitor
  3.   if the puppet of sprite 15 = 1 then
  4.     set the locV of sprite 15 to 1000
  5.     set the locH of sprite 15 to -1000
  6.     puppetTransition(3)
  7.     updateStage()
  8.     set the timeoutScript to EMPTY
  9.     puppetSprite(15, 0)
  10.     set monitor to 0
  11.   end if
  12. end
  13.